Welcome![Sign In][Sign Up]
Location:
Search - huffman coding

Search list

[JSP/Javahuffman

Description: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本,试用java语言设计一个哈夫曼编码系统。通过本课程设计,应使学生掌握哈夫曼编码的特点、储存方法和基本原理,培养学生利用java语言正确编写程序及调试程序的能力,运用数据结构知识解决实际问题的能力。-Communicate using Huffman coding can greatly improve the channel utilization, reduce transmission time information, reducing transmission costs, the trial design of a Huffman coding java language system. Through this course should be designed so that students master the characteristics of Huffman coding, storage methods and basic principles, students write a program using java language correctly and the ability to debug programs using the data structure of knowledge to solve practical problems.
Platform: | Size: 1024 | Author: 曹文生 | Hits:

[Special EffectsHuffman

Description: 完成流程编码和huffman编码,适合做图像编码的熵编码,只要调整接口就好。-Complete the process encoding and huffman coding, image coding suitable for entropy coding, as long as the adjustment of the interface is like.
Platform: | Size: 21504 | Author: ShaoWenjian | Hits:

[CSharpHuffman-coding

Description: 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。 -Image Huffman coding
Platform: | Size: 360448 | Author: 宋杰 | Hits:

[Special EffectsHuffman

Description: 此文件实现了对256*256像素的图片进行霍夫曼编码和解码的过程-This file use Huffman coding method to code and decode any 256*256 picture, turn out the result in binary code
Platform: | Size: 2048 | Author: alvin | Hits:

[Data structsHuffman--coding-and--decoding

Description: 根据《数据结构》(严蔚敏)提供的算法,编写的HUFFMAN编译码程序,工行能做了一定的扩展。 可实现以下功能: (1)输入一段字符串,统计其中每个字符的频度 (2)求每个字符的HUFMAN-CODE (3)对(1)中的字符串译码 (4)对(3)中的译码再解码.-huffman coding and decoding program
Platform: | Size: 8192 | Author: lsh | Hits:

[Data structshuffman-coding

Description: 该程序是实现输入一串字符后对其进行哈夫曼编码输出-huffman coding
Platform: | Size: 1024 | Author: 鲁勇 | Hits:

[Data structsHuffman-coding

Description: 哈夫曼编码是哈夫曼树(最优二叉树)在通信编码中的应用。在本程序中,只定义了5个数据的哈夫曼编码,分别输入五个数据的权值,就可以得出最终的哈夫曼编码。-Huffman coding is Huffman tree (the optimal binary tree) in the communication code of the application. In this program, only the data defined Huffman 5, respectively, the weight of five data input to the final Huffman coding can be drawn.
Platform: | Size: 49152 | Author: sy | Hits:

[Compress-Decompress algrithmssimple-huffman-coding

Description: huffman编码 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本-huffman encoding using Huffman coding can greatly improve the communication channel utilization, reduce transmission time information and reduce transmission costs
Platform: | Size: 363520 | Author: | Hits:

[matlabhuffman

Description: 生成霍夫曼编码和解码程序,本程序包含几个子程序,主程序会自动调用。-Generate Huffman coding and decoding procedures, the program contains several subroutines, the main program will automatically call.
Platform: | Size: 6144 | Author: 李永强 | Hits:

[Data structshuffman

Description: huffman 压缩 解压。基于Huffman 编码的无损压缩(lossless data compression)和解压缩算法。 假设压缩和解压缩程序分别为huffmanEnc, huffmanDec。-huffman compression decompression. Lossless compression based on Huffman coding (lossless data compression) and decompression algorithms. Assuming compression and decompression procedures were huffmanEnc, huffmanDec.
Platform: | Size: 160768 | Author: Yuan | Hits:

[matlabHuffman-Coding

Description: 本文件描述了哈夫曼编码的原理,以及用Matlab软件实现哈夫曼编码,即给出一个文本,即可用哈夫曼原理实现编码。-This paper describes the principles of Huffman coding, and Huffman coding with Matlab software, that gives a text, you can achieve with the principle of Huffman coding.
Platform: | Size: 14336 | Author: Ling Li | Hits:

[Compress-Decompress algrithmsHuffman-Coding

Description: 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码-Huffman coding (Huffman Coding) is an encoding, the Huffman tree ─ that is optimal binary tree, the minimum weighted path length of the binary tree, often used in data compression. Is the use of a specific character encoding table source (for example, a symbol of a file) to encode
Platform: | Size: 2048 | Author: chenyuhao | Hits:

[Data structs(Huffman-Coding

Description: 哈弗曼编码 数据结构 哈弗曼树 以树的形式运行出结果 -Huffman Coding
Platform: | Size: 59392 | Author: 云焉 | Hits:

[Data structsHuffman-Coding

Description: 进行哈夫曼编码,输入自动排出, 进行哈夫曼编码,输入自动排出-Huffman Coding sorry English is no good
Platform: | Size: 3072 | Author: sunleng | Hits:

[Compress-Decompress algrithmsHuffman-coding

Description: 哈弗曼编码。如果你想存储一些数据信息,可以通过此系统将其进行哈弗曼编码进行存储-Huffman coding
Platform: | Size: 5120 | Author: 小强 | Hits:

[Compress-Decompress algrithmsHuffman-Coding

Description: 哈夫曼编码的matlab程序,保证完整和正确-the matlab process of Huffman Coding
Platform: | Size: 11264 | Author: zhengshuai | Hits:

[Compress-Decompress algrithmsHuffman-coding-version-2

Description: 一个哈夫曼树的编码版本,重要的是注释很多,适合初学者慢慢研究-Huffman coding version 2
Platform: | Size: 7168 | Author: 王晓峰 | Hits:

[Compress-Decompress algrithmsHuffman-a-Extended-Huffman-coding

Description: Brief description of Huffman and Extended Huffman Coding
Platform: | Size: 94208 | Author: Nishant | Hits:

[source in ebookHuffman-coding

Description: 哈弗曼编码,使用递归算法,实现哈弗曼编码-Huffman coding Recursive method
Platform: | Size: 891904 | Author: 张伟 | Hits:

[Data structsHuffman-Coding

Description: 老师做的一个关于huffma编码的程序,用来加深我们对huffman编码的理解。程序使用c写的,希望对大家有用。-The teachers do a on huffma encoding procedures used to deepen our understanding of huffman coding. Programs written using c, the hope that useful.
Platform: | Size: 4096 | Author: 小陈 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net